PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / BaseFontEditor<T> Class / StaticPropertiesType Property

In This Topic
    StaticPropertiesType Property (BaseFontEditor<T>)
    In This Topic
    Returns System.Type which contains static properties of the type T.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property StaticPropertiesType As Type
    protected virtual Type StaticPropertiesType {get;}
    See Also